Welcome![Sign In][Sign Up]
Location:
Search - embedded file system

Search list

[Other resourceyaffs-file-system-source-code

Description: 嵌入式linux yaffs文件系统源代码,非常不错,已用过-yaffs Embedded Linux file system source code, very good, has used
Platform: | Size: 1331659 | Author: 许为 | Hits:

[Other resourcefile-system-of-U-disk_c

Description: u盘文件系统介绍,做U盘的或在嵌入式系统中使用了NNAD FLASH的朋友可以做参考-u disk file system, the do U disk or embedded system using the NNAD FLASH friends can do reference
Platform: | Size: 127826 | Author: bobby | Hits:

[Other Embeded programcompactflash

Description: MMC interface and FAT File system
Platform: | Size: 56320 | Author: 張又又 | Hits:

[Embeded Linuxyaffs-file-system-source-code

Description: 嵌入式linux yaffs文件系统源代码,非常不错,已用过-yaffs Embedded Linux file system source code, very good, has used
Platform: | Size: 1331200 | Author: 许为 | Hits:

[OtherMMC_file_system_realize

Description: 基于MMC卡的嵌入式文件系统的设计与实现 基于MMC卡的嵌入式文件系统的设计与实现-based on the MMC card Embedded File System Design and Implementation based on the MMC card embedded file system design Total and Implementation
Platform: | Size: 294912 | Author: jellon | Hits:

[SCMFAT

Description: 嵌入式FAT文件系统实现,内带有原代码与实现文档和实现的方法-Realize embedded FAT file system, which with the original code and implementation of documents and methods to achieve
Platform: | Size: 519168 | Author: 章容 | Hits:

[Embeded Linuxmkcramfs

Description: 这是arm linux制作cramfs文件系统的工具,可以比较容易的更改嵌入式linux系统文件,以克服只读系统的缺陷。便于开发。-This is the production arm linux CRAMFS file system tools, you can relatively easy to change the embedded linux system files, read-only system to overcome the deficiencies. Facilitate the development.
Platform: | Size: 14336 | Author: 郑杰 | Hits:

[Embeded Linuxas

Description: 做好的,嵌入式2410板上的cramfs文件系统-Do a good job, and embedded board CRAMFS 2410 File System
Platform: | Size: 10409984 | Author: ton | Hits:

[ARM-PowerPC-ColdFire-MIPSsoftware.mp3.player.lpc2148

Description: Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for ARM has been chosen as a reference tool-chain. -Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for ARM has been chosen as a reference tool-chain.
Platform: | Size: 2478080 | Author: 书民 | Hits:

[ARM-PowerPC-ColdFire-MIPSFatFs06

Description: FatFs06.rar FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into cheap microcontrollers, such as 8051, PIC, AVR, SH, Z80, H8, ARM and etc..., without any change.
Platform: | Size: 294912 | Author: 陆正茂 | Hits:

[Embeded-SCM Developffsample

Description: 超轻量级的嵌入式文件系统,只需要1k ram 有源文件而且有丰富的应用实例,avr pic 等-Ultra-lightweight embedded file system, only the active document 1k ram and has a wealth of application examples, avr pic, etc.
Platform: | Size: 384000 | Author: 郑磊 | Hits:

[Embeded Linux2410-yaffs.pdf.tar

Description: 基于 S3C2410 上的 Yaffs 文件系统制作。 Yaffs(Yet Another Flash File System)文件系统是专门针对 NAND 闪存设计的嵌入式文件系统-S3C2410-based file system on the production of Yaffs. Yaffs (Yet Another Flash File System) file system is designed specifically for NAND flash memory embedded file system
Platform: | Size: 401408 | Author: 更勤 | Hits:

[Embeded-SCM DevelopMicrium+2.85+for+SMART+ARM+2200

Description: ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU. -ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. μ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.
Platform: | Size: 2997248 | Author: nimo | Hits:

[Embeded-SCM DevelopFAT16

Description: 嵌入式FAT16文件系统源码下载1) 兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2) 可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3) 文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4) 可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5) 文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6) 所有编译宏存放于文件fat_cfg.h。-Embedded FAT16 file system source code download 1) compatible with FAT16 file system, long file name, maximum path length 260 bytes, in line with Microsoft Longfilename specification. 2) can be transplanted into a variety of platforms, just to prepare sector-driven drive, for a total of two functions: 1) read_flash_sector () 2) write_flash_sector (). 3) file buffer functions: 1) read documents, read the location of the buffer zone in the document, you can read files directly buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, Tot
Platform: | Size: 594944 | Author: xjj | Hits:

[Other Embeded programff007a

Description: FAT File System Module fat 文件系统模块,适用于嵌入式系统 移值-FAT File System Module fat file system module, the application of transfer value in the embedded systems
Platform: | Size: 784384 | Author: oscar | Hits:

[OtherEmbedded-Linux-Primer

Description: 这本书是学习嵌入式linux驱动开发的入门书籍,对 bootloader,kernel initialization,file system,port linux,kernel preemption等问题作了详细讲解,讲解的比较全面易懂。-his book is an entry book to learn linux driver, it explains bootloader, kernel initialization, file system, port linux and other issues. it explains in a simple way so that it is very easy to understand.
Platform: | Size: 3527680 | Author: jane | Hits:

[ARM-PowerPC-ColdFire-MIPSuffs-1.3.0

Description: nand flash ,文件系统,适合用于嵌入式开发,消耗内存小-nand flash, file system, suitable for embedded development, small memory consumption
Platform: | Size: 714752 | Author: huds03 | Hits:

[SCMsd-file-system

Description: 本程序是采用KEIL开发的,利用STM32F系列单片机为SD卡上创造文件系统,可以进行读文件、写文件、创建和删除操作。是嵌入式数据采集系统的首选。-This procedure is used KEIL developed using STM32F Microcontroller for SD cards to create the file system, can read files, write documents, create and delete operations. Embedded data acquisition system of choice.
Platform: | Size: 8374272 | Author: wl | Hits:

[Embeded-SCM DevelopEmbedded.file.system.documents

Description: 嵌入式文件系统设计文档Embedded file system design documents -Embedded file system design documents
Platform: | Size: 231424 | Author: t7 | Hits:

[OtherEmbedded-File-System-AnalysisaDesign

Description: ARM嵌入式Linux驱动程序开发(电子课件) 第3章嵌入式文件系统分析与设计-Chapter 3 Embedded File System Analysis and Design
Platform: | Size: 845824 | Author: gm | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net